*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
html{
    height: 100%;
}
.wrapper{
    display: flex;
    justify-content: center;
}
section {
    border: 5px solid #1f1e1e;
    border-radius: 20px;
    background-color: rgb(58, 0, 72);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1110px;
    margin: 15px auto;
    padding-top: 10px;
    color: white;
    align-items: center;

}
.Discord{
    padding: 20px;
}
a .Projecte {
    width: 300px;
    height: 290px;
    border: 3px solid red;
    border-radius: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: white;
    text-decoration: none;
    font-size: 30px;
    text-align: center;
}
a .Projecte:hover {
    width: 305px;
    height: 295px;
    border: 6px solid red;
    margin-bottom: 2px;
    color: white;
    text-decoration: none;
}
a .Projecte_img{
    border: 1px hidden;
    border-radius: 15px;
}
a .Status1{color: rgb(153, 255, 0);}
a .Status2{color: yellow;}
a .Status3{color: red;}
body {
    height: 100%;
    background-color: black;
}
nav.LBS{color: white;}
nav.nav{
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(42,42,42);
    color: white;
}
nav.nav a{
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    font-family: sans-serif;
    border-bottom: 4px solid rgb(42, 42, 42);
}
nav ul li {
    height: 100%;
    padding: 30px;
    list-style-type: none;
    border-bottom: 4px solid rgb(42, 42, 42);
}
.nav-logo {
    padding-left: 10px;
}
nav ul{
    display: flex;
}
.toggle-button {
    position: absolute;
    top: 25px;
    right: 25px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 23px;
}
.toggle-button .bar {
    height: 4px;
    width: 100%;
    background-color: white;
    border-radius: 100%;
}
li a:hover{
    color: red;
}
li a{
    color: white;
}

@media(max-width:750px){
    .list-container{
        display: none;
        width: 100%;
    }
    .toggle-button{
        display: flex;
    }
    nav{
        flex-direction: column;
        align-items: flex-start;
    }
    .list-container ul{
        flex-direction: column;
        width: 100%;
    }
    .list-container il{
        text-align: center;
    }

    .list-container.active{
        display: flex;
    }
    .list-pz ul{
        display: unset;
    }
    .Überschrift-middle-p{
        margin-top: 15px;
    }
}

@media(max-width:1051px){
    .wrapper{
        width: auto;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        
    }
    .wrapper .Wahl{
        width: auto;
        padding-left: auto;
        padding-right: auto;
    }
    section {
        width: auto;
        height: auto;
        padding: 20px;
        margin-top: 15px;
        margin-right: auto;
        background-color: rgb(58, 0, 72)
        padding-bottom: 150px;
        border: 3px solid #1f1e1e;
        border-radius: 15px;
    }
    section .Galerie img {
    max-width: 100%;
    height: auto;
    }
    section video{
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .project{
        margin-bottom: 200px;
    }
    .project img{
        margin-right: 15px;
    }
    .wrapper .work img{
        max-width: 100%;
        height: auto;
    }
    aside {
        width: auto;
        height: auto;
        padding: 20px;
        margin-top: 15px;
        margin-right: 15px;
        background-color: rgb(42, 42, 42);
        border: 3px solid #1f1e1e;
        border-radius: 15px;
    }
    .wrapper .Wahl iframe{
        max-width: 100%;
        text-align: center;
    }
    .wrapper .Wahl{
        width: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    .wrapper .Discord iframe{
        max-width: 100%;
        text-align: center;
    
    }
    .wrapper .Discord{
        width: auto;

    }
}
